'Declaration Public Overridable Sub AddRange( _ ByVal items As IList(Of T) _ )
'Usage Dim instance As NotifyCollectionBase(Of T) Dim items As IList(Of T) instance.AddRange(items)
Parameters
- items
- The collection whose items should be added to the end of the collection.